home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Designer's Club 1998 December
/
Designer's Club 1998 December.iso
/
pc
/
Idea Source
/
main.dir
/
00151_rollover 3.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-11-02
|
213 b
|
15 lines
on mouseEnter
set the visible of sprite 3 to 0
updateStage()
end
on mouseLeave
set the visible of sprite 3 to 1
updateStage()
end
on mouseDown
cursor(-1)
gotoNetPage("mailto:newmedia@dgusa.com")
end